-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add New OP and API: bitwise_and/or/xor/not #33524
Conversation
Thanks for your contribution! |
97c4eda
to
37d8027
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
这个算子在C++的paddle_inference推理库中支持不?我目前paddle_inference2.1的好像不支持 |
PR types
New features
PR changes
OPs
Describe
1. 新增
按位与(bitwise_and)
、按位或(bitwise_or)
、按位异或(bitwise_xor)
、按位取反(bitwise_not)
4个OP及对应API2. 新增
4个Tensor API
魔法函数绑定中文预览: PaddlePaddle/docs#3604
英文预览: